(ALL): Move $(CLIENTRES) from here...
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Apr 2008 18:58:47 +0000 (18:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Apr 2008 18:58:47 +0000 (18:58 +0000)
(all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having a real file
there is not a good idea.

nt/makefile.w32-in

index aef71cfddd948674a4bba865fe34997a7a28b851..e9ffd8f5832de1d5ebac9f0223bbe950151b7450 100644 (file)
@@ -29,7 +29,7 @@ CLIENTRES     = $(BLD)/emacsclient.res
 \r
 XMFLAGS                =\r
 \r
-ALL            = addpm ddeclient runemacs cmdproxy addsection preprep $(CLIENTRES)\r
+ALL            = addpm ddeclient runemacs cmdproxy addsection preprep\r
 \r
 .PHONY: $(ALL)\r
 \r
@@ -86,7 +86,7 @@ $(BLD)/addpm.$(O) $(BLD)/ddeclient.$(O) $(BLD)/runemacs.$(O) $(BLD)/cmdproxy.$(O
 #\r
 # Build emacs\r
 #\r
-all:   which-sh stamp_BLD $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE)\r
+all:   which-sh stamp_BLD $(ALL) $(CLIENTRES) maybe-bootstrap all-other-dirs-$(MAKETYPE)\r
 \r
 all-other-dirs-nmake: addsection\r
        cd ..\lib-src\r